func os.renameat

2 uses

	os (current package)
		root_openat.go#L224: 			return struct{}{}, renameat(oldparent, oldname, newparent, newname)
		root_unix.go#L247: func renameat(oldfd int, oldname string, newfd int, newname string) error {